projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8a3e08a
)
(search-upper-case): Use `other' widget type.
author
Andreas Schwab
<schwab@suse.de>
Wed, 24 Jun 1998 09:13:36 +0000
(09:13 +0000)
committer
Andreas Schwab
<schwab@suse.de>
Wed, 24 Jun 1998 09:13:36 +0000
(09:13 +0000)
lisp/isearch.el
patch
|
blob
|
history
diff --git
a/lisp/isearch.el
b/lisp/isearch.el
index 007801bb94608407d8c04e022962b7b7bf6c913b..91a0d971d8399104c28a37b20befc9cae1f9cdff 100644
(file)
--- a/
lisp/isearch.el
+++ b/
lisp/isearch.el
@@
-140,7
+140,7
@@
apply to chars in regexps that are prefixed with `\\'.
If this value is `not-yanks', yanked text is always downcased."
:type '(choice (const :tag "off" nil)
(const not-yanks)
- (
sexp :tag "on" :format "%t\
n" t))
+ (
other :tag "o
n" t))
:group 'isearch)
(defcustom search-nonincremental-instead t